home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / disp182a.zip / CONFIG.DIS < prev    next >
Text File  |  1994-05-22  |  11KB  |  556 lines

  1. #
  2. # lines that begin with '#' are comment lines
  3. # for boolean variable, 1 = YES, 0 = NO
  4.  
  5.  
  6. [SYSTEM]
  7.  
  8. overwrite_confirm=1  # boolean
  9.  
  10. # Double click interval : 1 ... 50
  11. #
  12. double_click_time=4
  13.  
  14. # If you want to use mouse, set this to 1
  15. # You must install mouse driver first.
  16. #
  17. need_install_queue=1
  18.  
  19. # Show text in graphic mode.
  20. # You video card must support 640x480 8 bits
  21. #
  22. # This mode slows down the screen output, but needed for preview
  23. #
  24. need_graphic_text=0
  25.  
  26. # Preview image before loaded
  27. # This implies that need_graphic_text=1
  28. #
  29. # Can be changed within DISPLAY if you set 'need_graphic_text' to 1.
  30. #
  31. need_preview=0
  32.  
  33. # Path to find font.(for contact sheet)
  34. # Be sure to use UNIX style, like c:/display/fonts
  35. #
  36. # If not set, this program will :
  37. #    search environment GRXFONT for path
  38. # or set font path to 'DISPLAY_PATH/fonts'
  39. # or set font path to current path
  40. #
  41. font_path=c:/display/fonts
  42.  
  43. # Hi/True Color Card R/G/B order :
  44. # 0 : R/G/B, 1 : B/G/R
  45. #
  46. card_rgb_order=0
  47. apply_to_15_16=0
  48.  
  49. # Pseudo 32 bits in TrueColor mode :
  50. # If the pixel size of your video card is 32 bits in TrueColor mode,
  51. #   set this to 1.
  52. # For example, the Diamond Viper card.
  53. #
  54. pseudo_32_bits=0
  55.  
  56. # If you get black screen when returning from graphic mode
  57. # set this to 1.
  58. #
  59. need_set_page=0  # boolean
  60.  
  61. # Test each graphic mode when program begins to run.
  62. # This will take some time.
  63. #
  64. test_each_mode=0
  65.  
  66. # Default filename mask :
  67. # Use ';' as separator
  68. #   e.g. *.gif;*.jpg;*.tga
  69. #
  70. mask=*
  71.  
  72. # User-defined help file:
  73. # Use CTRL-F1 to view this file
  74. #
  75. # If you don't include path, DISPLAY will search DISPLAY_PATH for
  76. #   this file.
  77. #
  78. user_help_file=brief.doc
  79.  
  80. #
  81. # Manually disable some(up to 16) video modes.
  82. #
  83. #   Format : video_disable=<display>,<resolution>
  84. #   example: video_disable=0,5 will disable 8-bit,1024x768
  85. # if display < 0, <resolution> for all displays will be disabled
  86. # if resolution < 0, <display> will be disabled
  87. #
  88.  
  89. #
  90. # Bytes per scan line table for TrueColor mode
  91. #   format: bytes_per_line_true=<resolution>,<bytes per line>
  92. #   example: bytes_per_line_true=3,2048
  93. # Default bytes per line are screen_width * bytes_per_pixel
  94. # 320 x 200 = 0,  640 x 350 = 1,  640 x  400 = 2, 640 x 480 = 3
  95. # 800 x 600 = 4, 1024 x 768 = 5, 1280 x 1024 = 6
  96. #
  97.  
  98.  
  99. [TEXT]
  100.  
  101. # Text Screen Dimension you prefer :
  102. # Columns. Must >= 80
  103. # Rows. Must >= 25
  104. #
  105. # Will be ignored in graphic text mode.
  106. #
  107. text_columns=80
  108. text_rows=25
  109.  
  110. # Use default text dimension in environment GO32
  111. # and Ignore above setting
  112. #
  113. use_default_text=0
  114.  
  115. # Display Items:
  116. #   File = 0, File & Size = 1, File & Dimension = 2,
  117. #   File & Size & Dimension = 3
  118. #
  119. display_items=1
  120.  
  121. # Read image dimension as late as possible.
  122. # For 'display items' only.
  123. #
  124. delay_read_dimension=0  # boolean
  125.  
  126. # by filename = 0, by extension = 1, by size = 2, by date = 3
  127. # no sort = 4
  128. #
  129. sort_file_method=0
  130.  
  131.  
  132. [GRAPHIC]
  133.  
  134. # Initial display type when program starts up.
  135. # 8 bits = 0, 15 bits = 1, 16 bits = 2, 24 bits = 3
  136. #
  137. display_type=3
  138.  
  139. # Screen background color : 0...255
  140. #
  141. background_red=0
  142. background_green=0
  143. background_blue=0
  144.  
  145. # display image at center of screen if image is smaller than
  146. # screen.
  147. #
  148. center_image=1  # boolean
  149.  
  150. # Scrolling step: 1% ... 100% of screen dimension
  151. #
  152. scrolling_step=5
  153.  
  154. # Big crop step. 1 <= step <= 20
  155. # number of columns or rows to be cropped at one time.
  156. #
  157. big_crop_step=5
  158.  
  159. # Reduce image to screen size when it is displayed.
  160. #
  161. fit_to_screen=0  # boolean
  162. smooth_fitting=0  # boolean
  163.  
  164. # Gamma step : 1% .. 50%
  165. # For keys F1-F8 in graphic mode
  166. #
  167. gamma_step=10
  168.  
  169. # Automatically show mouse cursor in graphic mode
  170. #
  171. auto_show_mouse_cursor=1  # boolean
  172.  
  173.  
  174. [AUTO_SELECTION]
  175.  
  176. # Automatically select screen resolution.
  177. # I suggest that you set this to 1.
  178. #
  179. auto_select_resolution=1  # boolean
  180.  
  181. # Auto selection step(for Hi/True Color Card) :
  182. #   1. If 'auto_display_type_xxxxx' is satisfied, return.
  183. # 8 bits = 0, 15 bits = 1, 16 bits = 2, 24 bits = 3
  184. #
  185. # select_best_resolution(for Hi/True Color Card) :
  186. #   Whether consider resolution when changing display type or not.
  187. #   You must set 'auto_select_resolution' to 1 to enable this.
  188. #
  189. # If your video card supports Hi/True Color,
  190. #   setting 'auto_select_display' to 1 will save your time.
  191. # If you have only 8-bit card, set 'auto_select_display' to 0.
  192. #
  193. auto_select_display=1  # boolean
  194. auto_display_type_first=3
  195. auto_display_type_second=2
  196. auto_display_type_third=1
  197. select_best_resolution=1  # boolean
  198.  
  199. # Auto conversion between 8 & 24 bits images before displaying
  200. #
  201. auto_convert_8_24=1  # boolean
  202.  
  203. # Image viewing parameter :
  204. #
  205. # 1. Auto display image when it is loaded
  206. # 2. Auto go back to main menu after viewing image
  207. #
  208. # If you set 'auto_display_image' to 1, I suggest that you also set
  209. #   'auto_select_resolution' and 'auto_select_display' to 1
  210. #
  211. auto_display_image=0
  212. auto_back_to_main=0
  213.  
  214. # Automatically link 24 bits image to 8 bits image.
  215. # For cropping in graphic mode only.
  216. #
  217. # If 8 bits image is cropped, 24 bits image will be cropped, too.
  218. #
  219. auto_link_24_to_8=0  # boolean
  220.  
  221.  
  222. [PROCESS_CONTROL]
  223.  
  224. # these options influence the quality of your image
  225.  
  226. #
  227. # Fixed 256 = 0, Median Cut = 1, Median Cut(Better) = 2,
  228. # Grey 256 = 3, Variance Based = 4, Statistical = 5, Current Palette = 6
  229. # Ordered(fast) = 7
  230. #
  231. # If you don't have enough memory or your computer is slow, try to
  232. # use Ordered quantization.  It is the fastest in DISPLAY.
  233. #
  234. quantization=5
  235.  
  236. dither_in_quantization=1  # boolean
  237.  
  238. jpeg_color_dither=1  # boolean
  239.  
  240. jpeg_block_smooth=0  # boolean
  241.  
  242. # No = 0, 1 Pass = 1, 2 Pass = 2, Grey256 = 3
  243. #
  244. jpeg_quantization=0
  245.  
  246. # FS = 0, Stucki = 1, JJN = 2
  247. #
  248. bw_dither_method=0
  249.  
  250. # More efficient = 0, Efficient = 1
  251. # For color quantization.
  252. #
  253. inverse_color_map=0
  254.  
  255. # How to treat 'numbet of color' when 8-bit image generated.
  256. # Set to Highest Palette number = 0, Remove unused colors = 1,
  257. # Always set to 256 colors = 2, No effect = 3
  258. #
  259. number_of_colors=0
  260.  
  261. # Number of colors for quantization. 2 <= colors <= 256
  262. #
  263. quantization_colors=256
  264.  
  265. # Which Photo-CD image to load
  266. #   0 : Base, 768 x 512       1 : Base/4, 384 x 256
  267. #   2 : Base/16, 192 x 128    3 : 4*Base, 1536 x 1024
  268. #
  269. pcd_image_type=0
  270.  
  271.  
  272. [COLOR]
  273.  
  274. # Text Color :
  275. # BLACK = 0, BLUE = 1, GREEN = 2, CYAN = 3, RED = 4, MAGENTA = 5,
  276. # BROWN = 6, LIGHTGRAY = 7, DARKGRAY = 8, LIGHTBLUE = 9,
  277. # LIGHTGREEN = 10, LIGHTCYAN = 11, LIGHTRED = 12, LIGHTMAGENTA = 13,
  278. # YELLOW = 14, WHITE = 15
  279. # Blink = Color + 128, for foreground color
  280. # 0 <= Background <= 7
  281. #
  282. directory_color=15      # for dir item in file selection menu
  283. normal_color=11         # for file item in file selection menu
  284. normal_background=1
  285. tag_color=14            # for tagged file
  286. tag_background=5
  287. select_color=0         # for select bar
  288. select_background=3
  289.  
  290. message_color=14        # for text in top, bottom line
  291. message_background=7
  292. disable_color=9        # for disabled item in selection
  293. disable_background=1
  294. brief_color=15
  295.  
  296. menu_color=15
  297. menu_background=2
  298. menu_disable_color=8
  299. menu_frame_color=7
  300. menu_select_background=0
  301.  
  302. dialog_color=14
  303. dialog_background=2
  304. dialog_frame_color=15
  305.  
  306. input_color=15
  307. input_background=1
  308.  
  309. preview_background=1
  310. preview_frame_color=15
  311.  
  312.  
  313. [DEFAULT]
  314.  
  315. # Default :(For command line image reading)
  316. # 320 x 200 = 0,  640 x 350 = 1,  640 x  400 = 2, 640 x 480 = 3
  317. # 800 x 600 = 4, 1024 x 768 = 5, 1280 x 1024 = 6
  318. #
  319. # 8 bits = 0, 15 bits = 1, 16 bits = 2, 24 bits = 3
  320. #
  321. default_resolution=3
  322. default_display_type=0
  323.  
  324. # Default movie display type & resolution :
  325. #
  326. # 8 bits = 0, 15 bits = 1, 16 bits = 2, 24 bits = 3
  327. #
  328. # 320 x 200 = 0,  640 x 350 = 1,  640 x  400 = 2, 640 x 480 = 3
  329. # 800 x 600 = 4, 1024 x 768 = 5, 1280 x 1024 = 6
  330. #
  331. def_movie_display=2
  332. def_movie_resolution=0
  333.  
  334.  
  335. [CONTACT_SHEET]
  336.  
  337. # Font name :
  338. #
  339. string_font_name=pc8x16.fnt
  340. title_font_name=cour20bi.fnt
  341.  
  342. # Dimension :
  343. #
  344. sheet_width=800
  345. sheet_height=600
  346. image_min_width=1
  347. image_min_height=1
  348. image_max_width=100000
  349. image_max_height=100000
  350. box_width=80
  351. b